home *** CD-ROM | disk | FTP | other *** search
/ Aminet 35 / Aminet 35 (2000)(Schatztruhe)[!][Feb 2000].iso / Aminet / game / shoot / ADescentSrc.lha / descent / includes / getextip.h < prev    next >
C/C++ Source or Header  |  1998-04-24  |  164b  |  11 lines

  1. #ifndef _GETEXTIP_H
  2. #define _GETEXTIP_H
  3.  
  4. #include <sys/types.h>
  5. #include <sys/socket.h>
  6. #include <netinet/in.h>
  7.  
  8. int get_external_ip(struct in_addr *addr);
  9.  
  10. #endif
  11.